@charset "utf-8";

html { font-family:Arial, Helvetica, sans-serif; text-align: center; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, input, button, form, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;	border: 0; outline: 0; vertical-align: baseline; background: transparent;}
* html legend {margin:-18px -8px 16px 0;padding:0;}

body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0;}

/*html { font-size: 62.5%; font-family:Helvetica,Arial,Tahoma,Verdana,sans-serif;}*/
html { font-size: 62.5%; font-family:Helvetica,Arial,Tahoma,Verdana,sans-serif;}
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, textarea { font-size: 92%; font-family: Arial, Helvetica, sans-serif; }
del { text-decoration: line-through; color: #0066CC; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
a { color:#0066CC; text-decoration:none }
a:hover { text-decoration:underline }


abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { /zoom: 1; }

/* BODY BACKGROUNDS */

body {
	color: #4d4d4d;
}
body.grey {
	background: #F2F2F2;
}
body.color {
	background-color: #0c4da2;
}
body.fullImage {
	background: #fff;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

/* USER LINKS */

#userLinks {
	margin-bottom: 5px;
	text-align: right;
}

#userLinks ul {
	overflow: hidden;
	padding-top: 5px;
	line-height: 1.4;
}

#userLinks ul li {
	display: inline;
	padding: 0pt 10px;
	margin-right: -1px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	/zoom: 1;
}

#userLinks .button {
	display: none;
}





/* Header */

#header {
	z-index: 150;
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	/zoom: 1;
}
#header:after {
	content: '';
	display: block;
	clear: both;
}

#header .roundCorner {
	margin-bottom: 5px;
	padding-top: 8px;
	background: url(../img/round_corners.png) no-repeat left top;
}

#header .roundInner {
	padding: 0 0 4px 0;
	background: url(../img/round_corners.png) no-repeat right bottom;
	/zoom: 1;
}

#header .roundInner:after {
	content: '';
	display: block;
	clear: both;
}

#header .logo {
	float: left;
	width: 151px;
	margin-bottom: 7px;
	padding: 9px 0 9px;
	_width: 147px;
}

#header .logo img {
	margin-left: 21px;
}

#header .content {
	position: relative;
	float: right;
	width: 788px;
	min-height: 70px;
	margin: -7px 1px 0 0;
	background: url(../img/header_content_line.gif) no-repeat left bottom;
	_display: inline;
}

#header #primaryNav {
	overflow: hidden;
	margin-left: 1px;
	padding-top: 3px;
	background: url(../img/primaryNav_bg.gif) repeat-x left bottom;
	/zoom: 1;
}





/* Main */

#content {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	/zoom: 1;

}
#content:after {
	content: '';
	display: block;
	clear: both;
}

#main,
.single #main {
	clear: both;
	padding-top: 8px;
	background: url(../img/main_round_bg.png) no-repeat left top;
}

.double #main {
	clear: none;
	width: 710px;
	float: right;
	background-position: -1884px top;
	_background-position: -1883px top;
	/zoom: 1;

}

#main .roundCorner,
.single #main .roundCorner {
	padding-bottom: 13px;
	background: url(../img/main_round_bg.png) no-repeat -942px bottom;
	/zoom: 1;
}

.double #main .roundCorner {
	background-position: -2596px bottom;
	_background-position: -2595px bottom;
}

#main .roundInner,
.single #main .roundInner {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff url(../img/main_round_bg.gif) repeat-x left bottom;
	/zoom: 1;
}



#left {
	float: left;
	width: 210px;
	font-size: 1.2em;
}

#leftMenu,
.single #leftMenu {
	margin-bottom: 40px;
}

.double #leftMenu {
	margin-bottom: 20px;
}

#leftMenu h3 {
	padding: 9px 10px 8px;
	background: url(../img/left_menu_bg.png) no-repeat left top;
	line-height: 1.2;
/*	text-transform: uppercase; */
}





/* BreadCrumbs */

.breadCrumbs {
	margin: 0 0 20px;
}

.breadCrumbs ol,
.breadCrumbs ul {
	overflow: hidden;
	margin-left: 5px;
	_zoom: 1;
}

.breadCrumbs li {
	float: left;
	margin-right: 5px;
/*	text-transform: uppercase; */
	font-family: Verdana,Arial,sans-serif;
	color: #fff;
	padding-bottom: 1px;
}

.breadCrumbs a {
	margin-right: 5px;
/*	text-transform: uppercase; */
	color: #fff;
	font-weight: normal;
}

.grey .breadCrumbs li,
.grey .breadCrumbs a,
.breadCrumbs.grey li,
.breadCrumbs.grey a {
	color: #4d4d4d;
}

.breadCrumbs a:hover {
	text-decoration: underline;
}






#footer .roundCorner {
	padding-top: 8px;
	background: url(../img/round_corners.png) no-repeat left top;
	_zoom: 1;
}

#footer .roundInner {
	padding: 0 0 11px 21px;
	background: url(../img/round_corners.png) no-repeat right bottom;
	_zoom: 1;
}

/* #footer */

#footer {
	width: 940px;
	margin: 10px auto 0;
	padding-bottom: 20px;
	text-align: left;
	/zoom: 1;
}
#footer:after {
	content: '';
	display: block;
	clear: both;
}

#footer .roundCorner ul {
	overflow: hidden;
	padding-bottom: 2px;
	_height: 1%;
}

#footer .roundCorner ul li {
	float: left;
	margin-right: 17px;
	text-transform: uppercase;
}

#footer .roundCorner ul li a {
	line-height: 1.2;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #4d4d4d;
}

#footer .roundCorner ul li a:hover {
	color: #0066CC;
}

#footer .functionNav {
	float: left;
	margin: 0 16px 0 0;
	padding: 0 0 0 8px;
	border-right: 1px solid #e1e1e1;
	/zoom: 1;
}
#footer .functionNav:after {
	content: '';
	display: block;
	clear: both;
}

#footer .functionNav li {
	float: left;
	margin-right: 16px;
	line-height: 1.4;
	_display: inline;
}

#footer .functionNav a,
#footer .functionNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer .functionNav a,
#footer .functionNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

.grey #footer .functionNav a,
.grey #footer .functionNav a:hover,
#footer .functionNav.grey a,
#footer .functionNav.grey a:hover {
	color: #999;
}

#footer .functionNav a:hover{
	text-decoration:underline;
}

#footer #copyright {
	float: left;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.4;
	color: #fff;
}

.grey #footer #copyright,
#footer.grey #copyright,
#footer #copyright.grey {
	color: #999;
}

.deviceSwitch{ width:1000px; margin:0 auto; padding-bottom:20px; margin-top:20px; }
.deviceSwitch li{ float:left; }

/* eLXg{^E */
/*****************************************************************************
 Tree Menu
 *****************************************************************************/
p.treeMenu {
	text-align:right;
}


/* clear both */
.br_clear{
	clear:both;
}

/* margin */

.mL8{
	margin-left:8px;
}

.mL10{
	margin-left:10px;
}

.mL15{
	margin-left:15px;
}

.mL20{
	margin-left:20px;
}

.mL25{
	margin-left:25px;
}

.mL30{
	margin-left:30px;
}

.mL35{
	margin-left:35px;
}

.mL28{
	margin-left:28px;
}
.mL200{
	margin-left:200px;
}
.mL300{
	margin-left:300px;
}
.mL400{
	margin-left:400px;
}


.mL600{
	margin-left:600px;
}




.mR8{
	margin-right:8px;
}

.mR40{
	margin-right:40px;
}
.mT4{
	margin-top:4px;
}

.mT8{
	margin-top:8px;
}

.mB8{
	margin-bottom:8px;
}

.mT10{
	margin-top:10px;
}

.mB15{
	margin-bottom:15px;
}

.mB22{
	margin-bottom:22px;
}


.mB70{
	margin-bottom:70px;
}


.mT22{
	margin-top:22px;
}

.mT30{
	margin-top:30px;
}

.mT220{
	margin-top:220px;
}


.mT18{
	margin-top:18px;
}


/* padding */
.pL8{
	padding-left:8px;
}

.pL20{
	padding-left:20px;
}

.pR8{
	padding-right:8px;
} 

.pR20{
	padding-right:20px;
}

.pT8{
	padding-top:8px;
}

.pT20{
	padding-top:20px;
} 


.pB8{
	padding-bottom:8px;
}

.pB15{
	padding-bottom:15px;
}
.pB20{
	padding-bottom:20px;
}

.pB50{
	padding-bottom:50px;
}
